home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000367_news@columbia.edu _Sat Jan 27 18:57:27 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id SAA26288 for <kermit.misc@watsun>; Sat, 27 Jan 1996 18:57:26 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id SAA15535 for kermit.misc@watsun; Sat, 27 Jan 1996 18:57:25 -0500 (EST)
  4. Path: news.columbia.edu!panix!usenet
  5. From: bsd@panix.com (Brian Downing)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: K95 emacs.ini doesn't map Alt as Meta
  8. Date: 27 Jan 1996 08:39:08 -0500
  9. Organization: PANIX Public Access Internet and UNIX, NYC
  10. Lines: 41
  11. Sender: bsd@panix.com
  12. Message-ID: <yraohrp92pw.fsf@panix.com>
  13. References: <yrazqbiymmp.fsf@panix.com> <4e62gs$63d@apakabar.cc.columbia.edu>
  14. NNTP-Posting-Host: panix.com
  15. In-reply-to: jaltman@watsun.cc.columbia.edu's message of 24 Jan 1996 19:49:48
  16.     GMT
  17. To: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  18. X-Newsreader: Gnus v5.0.13
  19.  
  20. In article <4e62gs$63d@apakabar.cc.columbia.edu> jaltman@watsun.cc.columbia.edu (Jeffrey Altman) writes:
  21.  
  22.    In article <yrazqbiymmp.fsf@panix.com>, Brian Downing <bsd@panix.com> wrote:
  23.  
  24.    >I notice that when I take emacs.ini Alt doesn't map to Meta and also
  25.    >Ctrl-Spacebar doesn't work for marking. These all work for me with
  26.    >MS-DOS Kermit and C-Kermit 190 under AIX 4.1.
  27.  
  28.    There is a bug in K95 with regard to the default definition of Ctrl-Space.
  29.    It is currently defined as \32.  It should be defined as \KNull.
  30.    You can correct this by editing your K95CUSTOM.INI file and adding the
  31.    line:
  32.  
  33.    SET KEY \1056 \Knull
  34.  
  35. This fixed my Ctrl-Space marking, thanks!
  36.  
  37.  
  38.    As far as the Meta keys go.  I believe they do work.  Use the SHOW KEY
  39.    command to test the definitions for each key.  For instance, SHOW KEY
  40.    followed by Alt-x displays a definition of \{27}x after loading EMACS.INI.
  41.  
  42.    This is the definition of M-x.  
  43.  
  44. I found the Meta-Alt problem. In the new emacs.ini Alt-y is being set
  45. to Meta-x as well as Alt-x. Since the Alt-y line follows it supercedes
  46. the definition.
  47.  
  48.  
  49. ;from emacs.ini
  50. set key \2168 \27x     ; Alt-x
  51. set key \2168 \27y     ; Alt-x
  52.  
  53. ;should be
  54. set key \2168 \27x     ; Alt-x
  55. set key \2169 \27y     ; Alt-x
  56.  
  57. -- 
  58. [  Brian Downing  ][  If there is a hell       ]
  59. [  bsd@panix.com  ][  its fires wait for them  ]
  60. [   '95 VFR750F   ][  not us. -FZ              ]